getAppointment
getAppointment
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
appointmentKey string
appointmentUUID string
dealerDepartmentUuidList string[]
dealerUuid string
requesterUserUuid string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
error object
serviceAppointment object
statusCode int32
warnings object[]
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"serviceAppointment": {
"appointmentKey": "string",
"appointmentType": "MOBILE_SERVICE",
"assignedUser": {
"departmentUuid": "string",
"isMobileServiceTechnician": true,
"isValid": true,
"userUuid": "string"
},
"createdByUser": {
"departmentUuid": "string",
"isMobileServiceTechnician": true,
"isValid": true,
"userUuid": "string"
},
"createdTimeStamp": "2025-04-07T07:51:24.761Z",
"customerUUID": "string",
"customerVehicleUUID": "string",
"dealerUUID": "string",
"destinationAddress": "string",
"destinationLatitude": 0,
"destinationLongitude": 0,
"emailPreference": true,
"internalNotes": "string",
"lastMileage": "string",
"platform": "DEALER_APP",
"preferredDate": "string",
"publicNotes": "string",
"quickOpList": [
{
"description": "string",
"laborOpCode": "string",
"opCodeDuration": "string",
"opCodeName": "string",
"quickOpLiteUUID": "string",
"totalPrice": "string"
}
],
"serviceAdvisor": {
"departmentUuid": "string",
"isMobileServiceTechnician": true,
"isValid": true,
"userUuid": "string"
},
"serviceEndTime": "string",
"serviceStartTime": "string",
"sprinterVehicleUUID": "string",
"status": "PENDING_APPROVAL",
"textPreference": true,
"uuid": "string"
},
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
POST /appointment/fetch
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
python / requests
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
go / native
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
php / cURL
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment/fetch' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"appointmentKey": "string",
"appointmentUUID": "string",
"dealerDepartmentUuidList": [
"string"
],
"dealerUuid": "string",
"requesterUserUuid": "string"
}'